home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / db / DBCharField.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  165 b   |  16 lines

  1. #ifndef _DBCHARFIELD_H_
  2. #define _DBCHARFIELD_H_
  3.  
  4. #ifndef _DBFIELD_H_
  5. #include "DBField.h"
  6. #endif
  7.  
  8. @interface DBCharField : DBField
  9. {
  10. }
  11.  
  12. @end
  13.  
  14. #endif
  15.  
  16.